From: Glenn Morris Date: Thu, 1 Oct 2009 04:24:04 +0000 (+0000) Subject: Fix comment typo. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~10166 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=f563c3a36b3a524fc9cc133f9761d230a717cbdb;p=emacs.git Fix comment typo. --- diff --git a/lisp/cedet/semantic/bovine.el b/lisp/cedet/semantic/bovine.el index 7221ee0f9bd..780399ebaa1 100644 --- a/lisp/cedet/semantic/bovine.el +++ b/lisp/cedet/semantic/bovine.el @@ -22,13 +22,13 @@ ;;; Commentary: ;; -;; Semantix 1.x uses an LL parser named the "bovinator". This parser +;; Semantic 1.x uses an LL parser named the "bovinator". This parser ;; had several conveniences in it which made for parsing tags out of ;; languages with list characters easy. This parser lives on as one ;; of many available parsers for semantic the tool. ;; ;; This parser should be used when the language is simple, such as -;; makefiles or other data-declaritive langauges. +;; makefiles or other data-declarative languages. ;;; Code: (require 'semantic)